home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMRENAMEFILE / TFMRENAMEFILE.txt
Text File  |  2004-09-09  |  1KB  |  75 lines

  1. object fmRenameFile: TfmRenameFile
  2.   Left = 375
  3.   Top = 393
  4.   BorderStyle = bsDialog
  5.   Caption = 'Duplicate File'
  6.   ClientHeight = 121
  7.   ClientWidth = 334
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 313
  22.     Height = 41
  23.     AutoSize = False
  24.     Caption = 
  25.       'File already exist. Please enter a different file name for the E' +
  26.       'XISTING FILE to rename it. The new file being added will maintai' +
  27.       'n its original name.'
  28.     WordWrap = True
  29.   end
  30.   object edFileName: TEdit
  31.     Left = 8
  32.     Top = 56
  33.     Width = 313
  34.     Height = 21
  35.     TabOrder = 0
  36.   end
  37.   object buRename: TButton
  38.     Left = 8
  39.     Top = 88
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Rename'
  43.     Default = True
  44.     TabOrder = 1
  45.     OnClick = buRenameClick
  46.   end
  47.   object buSkip: TButton
  48.     Left = 88
  49.     Top = 88
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&Skip'
  53.     TabOrder = 2
  54.     OnClick = buSkipClick
  55.   end
  56.   object buSkipAll: TButton
  57.     Left = 168
  58.     Top = 88
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Skip &All'
  62.     TabOrder = 3
  63.     OnClick = buSkipAllClick
  64.   end
  65.   object buHelp: TButton
  66.     Left = 248
  67.     Top = 88
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Help'
  71.     TabOrder = 4
  72.     OnClick = buHelpClick
  73.   end
  74. end
  75.